Elements | fileplan/fileplan, m.desc.base/fileplan |
<xs:complexType name="fileplan"> <xs:sequence> <xs:element name="head" type="head" minOccurs="0"/> <xs:choice maxOccurs="unbounded"> <xs:group ref="m.blocks"/> <xs:element name="fileplan" type="fileplan"/> </xs:choice> </xs:sequence> <xs:attributeGroup ref="am.common"/> <xs:attribute name="localtype" type="xs:token"/> <xs:attribute name="encodinganalog" type="xs:token"/> </xs:complexType> |