<div xmlns="http://www.w3.org/1999/xhtml"> <h3>Name/Address Wrap</h3> </div> |
<xsd:element name="name-address-wrap"> <xsd:annotation> <xsd:documentation> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>Name/Address Wrap</h3> </div> </xsd:documentation> </xsd:annotation> <xsd:complexType mixed="true"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:group ref="name-address-wrap-elements"/> </xsd:choice> </xsd:complexType> </xsd:element> |