<?xml version="1.0" encoding="utf-8"?>
<!-- ==================================================================================
|  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|  * See LICENSE.md in the project root for license terms and full copyright notice.
======================================================================================= -->
<ECSchema schemaName="PresentationRules" alias="pr" version="01.00.01" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
  <ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
  <ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
  <ECSchemaReference name="BisCore" version="01.00.15" alias="bis" />

    <ECCustomAttributes>
        <ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
            <SupportedUse>Production</SupportedUse>
        </ProductionStatus>
        <SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
            <Value>Application</Value>
        </SchemaLayerInfo>
    </ECCustomAttributes>

  <ECEntityClass typeName="Ruleset">
    <BaseClass>bis:DefinitionElement</BaseClass>
  </ECEntityClass>
</ECSchema>