Namespace: |
|
Type: |
|
Content: |
simple, 2 attributes |
Defined: |
locally within CompactPersonNameType complexType in PersonData_20_en_dt_restricted.xsd; see XML source |
Includes: |
definitions of 2 attributes |
XML Representation Summary | |||||
<FamilyName | |||||
primary | = |
("true" | "false" | "undefined") : "undefined" | |||
prefix | = |
xs:string | |||
> | |||||
|
|||||
</FamilyName> |
Type Derivation Tree xs:string (extension) ![]() |
Derivation: |
extension of xs:string |
<xs:element maxOccurs="unbounded" name="FamilyName"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="true"/> <xs:enumeration value="false"/> <xs:enumeration value="undefined"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
Type: |
xs:string, predefined |
Use: |
optional |
<xs:attribute name="prefix" type="xs:string"/> |
Type: |
|
Use: |
optional |
enumeration of xs:string |
Enumeration: |
"true", "false", "undefined" |
Default: |
"undefined" |
Type Derivation Tree xs:string (restriction) ![]() |
Derivation: |
restriction of xs:string |
|||
Facets: |
|
<xs:attribute default="undefined" name="primary"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="true"/> <xs:enumeration value="false"/> <xs:enumeration value="undefined"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set |