Schema response.xsd


schema location
attributeFormDefault unqualified
elementFormDefault qualified
targetNamespace http://www.pjm.com/external/schemas/edart/response
 
Elements 
edart 


element edart
diagram responseHtml_p1.png
namespace http://www.pjm.com/external/schemas/edart/response
properties
content complex
children ns2:error ns2:warning ns2:response
annotation
documentation
root element for returning responses, including errors and warnings
source <xs:element name="edart">
 
<xs:annotation>
   
<xs:documentation>root element for returning responses, including errors and warnings</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<!-- <xs:choice minOccurs="1" maxOccurs="unbounded"> -->
     
<xs:element name="error" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element name="warning" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element name="response" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
     
<!-- </xs:choice> -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element edart/error
diagram responseHtml_p2.png
namespace http://www.pjm.com/external/schemas/edart/response
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="error" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element edart/warning
diagram responseHtml_p3.png
namespace http://www.pjm.com/external/schemas/edart/response
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="warning" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element edart/response
diagram responseHtml_p4.png
namespace http://www.pjm.com/external/schemas/edart/response
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="response" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy