Skip to content

Instantly share code, notes, and snippets.

@jerdys
Created October 29, 2020 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerdys/604b4494e9a09790a937b077c8437d64 to your computer and use it in GitHub Desktop.
Save jerdys/604b4494e9a09790a937b077c8437d64 to your computer and use it in GitHub Desktop.
<xsd:complexType name="ProductionPerformance">
<xsd:sequence>
<xsd:element name="ID" type="IDType"/>
<xsd:element name="Description" type="DescriptionType" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Location" type="LocationType" minOccurs="0"/>
<xsd:element name="PublishedDate" type=" PublishedDate Type" minOccurs="0"/>
<xsd:element name="ProductionScheduleID" type=" ProductionScheduleIDType" minOccurs="0"/>
<xsd:element name="startTime" type=" startTimeType" minOccurs="0"/>
<xsd:element name="EndTime" type="EndTimeType" minOccurs="0"/>
<xsd:element name="EquipmentElementLevel" type=" EquipmentElementLevelType" minOccurs="0"/>
<xsd:element name="ProductionResponse" type="ProductionResponseType" minOccurs="0" maxOccurs="unbounded"/>
<xsd:ant namespace="##any" minOccurs = "0" maxOccurs = "unbounded"/>
</xsd:sequence>
</xsd:complexType>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment