| attribute form default: | unqualified |
| element form default: | qualified |
| Elements |
| BatchPropertyCollection |
| diagram | |
| children | PropertyCollection |
| source | <xs:element name="BatchPropertyCollection"> <xs:annotation> <xs:documentation>PropertyCollection list</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element name="PropertyCollection"> <xs:annotation> <xs:documentation>Property list</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element name="Property"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="Type" type="xs:string"/> <xs:element name="Value" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |
| children | Property |
| source | <xs:element name="PropertyCollection"> <xs:annotation> <xs:documentation>Property list</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element name="Property"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="Type" type="xs:string"/> <xs:element name="Value" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
| children | Name Type Value |
| source | <xs:element name="Property"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="Type" type="xs:string"/> <xs:element name="Value" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Name" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Type" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Value" type="xs:string"/> |