BuildingSync / schema

BuildingSync® Schema
https://buildingsync.net
Other
23 stars 22 forks source link

FanBased child elements omitted #474

Open JieXiong9119 opened 1 year ago

JieXiong9119 commented 1 year ago

Describe the bug or data model issue

The children elements of FanBased (FanBasedType) element under DeliveryType/ZoneEquipment and DeliveryType/CentralAirDistribution are omitted in the schema viewer on the website.

Expected Behavior

Correctly list all child elements of FanBasedDistributionType, AirSideEconomizer, HeatingSupplyAirTemperatureControl, etc. under 'FanBased` element. image

Actual Behavior

No child element is shown under FanBased. image

Additional Context

JieXiong9119 commented 9 months ago

This problem is shown in several other places that use linking elements in the way of: <xs:element name="{element name}" type="auc:{element name}Type"/> and specify the actual child elements under <auc:{element name}Type>.