element <FamilyName>
Namespace:
Type:
anonymous (extension of xs:string)
Content:
simple, 2 attributes
Defined:
Includes:
definitions of 2 attributes
XML Representation Summary
<FamilyName
    primary
 = 
("true" | "false" | "undefined") : "undefined"
    prefix
 = 
xs:string
    >
   
Content: 
{ xs:string }
</FamilyName>
Included in content model of elements (1):
Annotation
Every family name should be contained inside a FamilyName Tag. If that is not possible due to dabase contraints, ... putting several family names inside one FamilyName Element is acceptable
Anonymous Type Detail
Type Derivation Tree
xs:string (extension)
  complexType
Derivation:
extension of xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" name="FamilyName">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<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>
<xs:attribute name="prefix" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
prefix
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="prefix" type="xs:string"/>

primary
Type:
anonymous (restriction of xs:string)
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"true", "false", "undefined"
Default:
"undefined"
Anonymous simpleType
Type Derivation Tree
xs:string (restriction)
  simpleType
Derivation:
restriction of xs:string
Facets:
enumeration:
"true", "false", "undefined"
XML Source (see within schema source)
<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