Schema plannedoutage.xsd


schema location:  plannedoutage.xsd
 
Elements 
edart 


element edart
diagram
children plannedOutage
source
<xsd:element name="edart">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="plannedOutage">
        <xsd:complexType>
          <xsd:choice>
            <xsd:element name="pjmTicketId" minOccurs="0"/>
            <xsd:element name="companyTicketId" type="xsd:string" minOccurs="0"/>
          </xsd:choice>
        </xsd:complexType>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

element edart/plannedOutage
diagram
children pjmTicketId companyTicketId
source
<xsd:element name="plannedOutage">
  <xsd:complexType>
    <xsd:choice>
      <xsd:element name="pjmTicketId" minOccurs="0"/>
      <xsd:element name="companyTicketId" type="xsd:string" minOccurs="0"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>

element edart/plannedOutage/pjmTicketId
diagram
source
<xsd:element name="pjmTicketId" minOccurs="0"/>

element edart/plannedOutage/companyTicketId
diagram
type xsd:string
source
<xsd:element name="companyTicketId" type="xsd:string" minOccurs="0"/>


XML Schema documentation generated with
XML Spy Schema Editor www.xmlspy.com