nc:Clothing
A requirement or stipulation.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:ClothingType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:ClothingCategoryText [0..*] A kind of clothing.
- nc:ClothingColorText [0..*] A color of an article of clothing.
- nc:ClothingDescriptionText [0..*] A description of an article of clothing.
- nc:ClothingStyleText [0..*] A style of an article of clothing.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Sample instance
<nc:Clothing> <nc:ClothingCategoryText>string</nc:ClothingCategoryText> <nc:ClothingColorText>string</nc:ClothingColorText> <nc:ClothingDescriptionText>string</nc:ClothingDescriptionText> <nc:ClothingStyleText>string</nc:ClothingStyleText> </nc:Clothing>