Definition Type: ComplexType
Name: FirmType
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PostalCode in schema xal_xsd Drilldown into MailStop in schema xal_xsd Drilldown into Department in schema xal_xsd Drilldown into FirmName in schema xal_xsd Drilldown into AddressLine in schema xal_xsd Drilldown into Type in schema xal_xsdXSD Diagram of FirmType in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="FirmType">
    <xs:sequence>
        <xs:element ref="AddressLine" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="FirmName" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>Name of the firm</xs:documentation>
            </xs:annotation>
            <xs:complexType mixed="true">
                <xs:attribute name="Type" />
                <xs:attributeGroup ref="grPostal" />
                <xs:anyAttribute namespace="##other" />
            </xs:complexType>
        </xs:element>
        <xs:element ref="Department" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="MailStop" type="MailStopType" minOccurs="0">
            <xs:annotation>
                <xs:documentation>A MailStop is where the the mail is delivered to within a premise/subpremise/firm or a facility.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="PostalCode" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="Type" />
    <xs:anyAttribute namespace="##other" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressLine xal:AddressLine 0 unbounded
FirmName xal:FirmName 0 unbounded
Department xal:Department 0 unbounded
MailStop xal:MailStop 0 (1)
PostalCode xal:PostalCode 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Type xal:Type (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xal:Firm, xal:Firm, xal:Firm, xal:Firm
Collapse Comments:
blog comments powered by Disqus