Definition Type: ComplexType
Name: BinaryItemStructure
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: emlcore-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Binary in schema emlcore-v5-0_xsd Drilldown into URL in schema emlcore-v5-0_xsd Drilldown into Role in schema emlcore-v5-0_xsd Drilldown into Notes in schema emlcore-v5-0_xsd Drilldown into Problem in schema emlcore-v5-0_xsd Drilldown into Verified in schema emlcore-v5-0_xsd Drilldown into ItemType in schema emlcore-v5-0_xsd Drilldown into DisplayOrder in schema emlcore-v5-0_xsd Drilldown into Id in schema emlcore-v5-0_xsd Drilldown into DisplayIdOpt in schema emlcore-v5-0_xsdXSD Diagram of BinaryItemStructure in schema emlcore-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="BinaryItemStructure">
    <xs:choice>
        <xs:element name="URL" type="xs:anyURI" />
        <xs:element name="Binary">
            <xs:complexType>
                <xs:simpleContent>
                    <xs:extension base="xs:base64Binary">
                        <xs:attribute name="Format" use="required">
                            <xs:simpleType>
                                <xs:restriction base="xs:NMTOKEN">
                                    <xs:enumeration value="bmp" />
                                    <xs:enumeration value="gif" />
                                    <xs:enumeration value="jpeg" />
                                    <xs:enumeration value="png" />
                                    <xs:enumeration value="tiff" />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:attribute>
                    </xs:extension>
                </xs:simpleContent>
            </xs:complexType>
        </xs:element>
    </xs:choice>
    <xs:attributeGroup ref="DisplayIdOpt" />
    <xs:attribute name="ItemType" type="xs:token" use="optional" />
    <xs:attribute name="Verified" type="YesNoType" use="optional" />
    <xs:attribute name="Problem" type="YesNoType" use="optional" />
    <xs:attribute name="Notes" type="xs:string" use="optional" />
    <xs:attribute name="Role" type="xs:token" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
URL nsA:URL (1) (1)
Binary nsA:Binary (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Id nsA:Id Optional
DisplayOrder nsA:DisplayOrder Optional
ItemType nsA:ItemType Optional
Verified nsA:Verified Optional
Problem nsA:Problem Optional
Notes nsA:Notes Optional
Role nsA:Role (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:LogoStructure, nsA:Map, nsA:Photo, nsA:VoterArtifact, nsA:VoterSignature
Collapse Comments:
blog comments powered by Disqus